home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / Ghostscript / src / jpeg-6a / makljpeg.st < prev    next >
Text File  |  1996-02-07  |  4KB  |  70 lines

  1. ; Project file for Independent JPEG Group's software
  2. ;
  3. ; This project file is for Atari ST/STE/TT systems using Pure C or Turbo C.
  4. ; Thanks to Frank Moehle (Frank.Moehle@arbi.informatik.uni-oldenburg.de)
  5. ; and to Dr. B. Setzepfandt (bernd@gina.uni-muenster.de).
  6. ;
  7. ; To use this file, rename it to LIBJPEG.PRJ.
  8. ; Read installation instructions before trying to make the program!
  9. ;
  10. ;
  11. ;      * * * Output file * * *
  12. libjpeg.lib
  13. ;
  14. ; * * * COMPILER OPTIONS * * *  
  15. .C[-P]        ; absolute calls
  16. .C[-M]        ; and no string merging, folks
  17. .C[-w-cln]    ; no "constant is long" warnings
  18. .C[-w-par]    ; no "parameter xxxx unused"
  19. .C[-w-rch]    ; no "unreachable code"
  20. .C[-wsig]     ; warn if significant digits may be lost
  21. .L[-J]        ; link new Obj-format (so we get a library)
  22. =
  23. ; * * * * List of modules * * * * 
  24. jcapimin.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  25. jcapistd.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  26. jccoefct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  27. jccolor.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  28. jcdctmgr.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  29. jchuff.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jchuff.h)
  30. jcinit.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  31. jcmainct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  32. jcmarker.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  33. jcmaster.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  34. jcomapi.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  35. jcparam.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  36. jcphuff.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jchuff.h)
  37. jcprepct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  38. jcsample.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  39. jctrans.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  40. jdapimin.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  41. jdapistd.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  42. jdatadst.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h)
  43. jdatasrc.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jerror.h)
  44. jdcoefct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  45. jdcolor.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  46. jddctmgr.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  47. jdhuff.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdhuff.h)
  48. jdinput.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  49. jdmainct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  50. jdmarker.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  51. jdmaster.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  52. jdmerge.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  53. jdphuff.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdhuff.h)
  54. jdpostct.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  55. jdsample.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  56. jdtrans.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  57. jerror.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jversion.h,jerror.h)
  58. jfdctflt.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  59. jfdctfst.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  60. jfdctint.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  61. jidctflt.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  62. jidctfst.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  63. jidctint.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  64. jidctred.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jdct.h)
  65. jquant1.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  66. jquant2.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  67. jutils.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h)
  68. jmemmgr.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jmemsys.h)
  69. jmemansi.c    (jinclude.h,jconfig.h,jpeglib.h,jmorecfg.h,jpegint.h,jerror.h,jmemsys.h)
  70.